NodeType
the Type of node data
NodeKey
the Type of a value uniquely identifying a node data
PortKey
the Type of an optional value identifying a particular port on a node; should be String
LinkType
the Type of link data
Northwoods.GoSilverlight 2.1.1 Assembly
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
Members  See Also  Send Feedback
Northwoods.GoXam.Model Namespace : GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class

Glossary Item Box

The generic implementation of a diagram model consisting of nodes and subgraphs, with any number of explicit link data representing links between any two nodes.

Syntax

Visual Basic (Declaration) 
Public Class GraphLinksModel
    (Of NodeType,NodeKey,PortKey,LinkType) 
   Inherits DiagramModel
   Implements IDiagramModelIGroupsModelILinksModelISubGraphLinksModelISubGraphModel 

Type Parameters

NodeType
the Type of node data
NodeKey
the Type of a value uniquely identifying a node data
PortKey
the Type of an optional value identifying a particular port on a node; should be String
LinkType
the Type of link data

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.DiagramModel
      Northwoods.GoXam.Model.GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>
         Northwoods.GoXam.Model.PartsModel
         Northwoods.GoXam.Model.UniversalGraphLinksModel

Requirements

See Also

© 2013 All Rights Reserved.